ucPlan.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CCPA, CPWEvent, CDataConverter, JavaScriptSerializer, CTemplate, CIntake


Lines of Code: 412

protected void OnPlanOK(object sender, DirectEventArgs e)

	   User clicked the plan save button 

public string PatPWEventID

	 event entry id 

public string PatPWID

	 patient pathway id 

public string NextPatPWEventID

	 next patient pathway id 

public string SelectedMIDS

	 selected instrument ids 

public void OnCloseInstrumentSel()

	 Close the instrument selection popup 

public long ReloadPWEventNodes()

	 Reload events after save 

public bool InitializeControl(string strPatPWEventID)

	   Initialize the control 

public bool InitializeControl2(string strPatPWEventID)

	   Initialize the control 

public void OnInstrumentSel(string strJsonRecord)

	 User checked an instrument from the instrument selection popup 

public void OnInstrumentDeSel(string strJsonRecord)

	 user unchecked an instrument from the instrument selection popup 

public void OnSelectInstruments()

	  user clicked the select instrument button 

public void OnRemoveInstrument()

	 user unchecked an instrument 

protected void Page_Load(object sender, EventArgs e)

	    page load, initialize control 

public void LoadPlanTemplate(string strTemplateID)

	 Load template selected 

protected string GetEventMIDS()

	 get comma delimeted list of instruments already added to this event 

public void OnSearch()

	  user searched for instruments 

protected void LoadInstruments(string strGroupID)

	 load instruments gridpanel by group id 

public void OnGroupSelect()

	 fires when a group is selected from the combo 

public void OnGroupTypeSelect()

	  load the instrument grid based on the combo group type 

private void DisableSearch()

	 7356 Disable Search controls 

private void EnableSearch()

	 7356 Enable Search controls 

public void LoadInstrumentGroups(long lGroupTypeID)

	 load instrument groups into the combo 

public void ShowInstrumentSelPopup()

	 show the intrument add popup 

protected void OnInstrSelOK(object sender, DirectEventArgs e)

	 ok button handler for instrument add popup 

